CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - round robin

搜索资源列表

  1. Round-Robin

    0下载:
  2. 操作系统的实验 关于时间片轮转RR进程调度调度算法,熟悉进程调度的执行过程;-Experiments on the operating system process scheduling time slice rotation RR scheduling algorithm, the implementation process are familiar with the process of scheduling
  3. 所属分类:Java Develop

    • 发布日期:2017-03-25
    • 文件大小:8032
    • 提供者:huangbingtao
  1. Round-Robin-time-slice

    0下载:
  2. 时间片轮转法:程序模拟进程的时间片轮转RR调度过程。-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-24
    • 文件大小:621525
    • 提供者:踏雪
  1. round-robin-algorithm-

    0下载:
  2. 这是操作系统一个实验报告,模拟时间片轮转算法,并且可以实现周转时间的的计算,希望对各位有所帮助。-This is the operating system reports an experiment to simulate round-robin algorithm, and can achieve the calculation of turnaround time, you want to help.
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:49194
    • 提供者:黎明
  1. Round-robin-and-priority-scheduling

    1下载:
  2. 时间片轮转算法和优先级调度算法 C语言模拟实现-Round-robin and priority scheduling algorithm C language simulation to achieve
  3. 所属分类:软件工程

    • 发布日期:2017-03-25
    • 文件大小:30971
    • 提供者:188
  1. 78

    0下载:
  2. Linux单处理机系统的进程调度,时间片轮转算法,-Linux single processor system, process scheduling, round-robin algorithm,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:739
    • 提供者:Xinglou
  1. Round-robin-schedule

    0下载:
  2. 循环赛日程表。大学算法分析与设计的实验课题目。有递归和非递归两种方法,这里上传递归,仅供参考!-Round-robin schedule. Head of the University of algorithm analysis and design of experimental subjects. There are two methods of recursive and non recursive upload recursion, for reference purposes only
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:963
    • 提供者:Alex
  1. Round-robin-schedule

    0下载:
  2. 采用了递归分治的思想,解决了循环赛日程表的安排。-The idea of ​ ​ using a recursive divide and conquer to solve the arrangement of the round-robin schedule.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:195765
    • 提供者:linyuan
  1. Round-Robin

    0下载:
  2. 关于Round robin 的代码实现,但是只有单进程的-Round robin
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:1271
    • 提供者:liaolxz
  1. Round-robin

    0下载:
  2. 循环赛日程表 利用JAVA语言编写 分析了循环赛中的日程表安排情况-Round robin schedule
  3. 所属分类:Java Develop

    • 发布日期:2017-11-10
    • 文件大小:703
    • 提供者:
  1. round-robin

    0下载:
  2. 时间片轮转法cpu调度,java学习中的运用-Round robin cpu scheduling time slice, the use of java learning
  3. 所属分类:JavaScript

    • 发布日期:2017-11-17
    • 文件大小:35231
    • 提供者:魏大超
  1. Round-robin-schedule-problems

    0下载:
  2. 循环赛日程表问题。为多个参赛选手之间应该如何安排比赛提供了解决方法。-Round-robin schedule problems. For multiple players how should the game between the solutions provided.
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:787
    • 提供者:sherry
  1. Round-Robin-time-slice

    0下载:
  2. 时间片轮转法:程序模拟进程的时间片轮转RR调度过程。Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.-Time slice Round-Robin: program to simulate the process time slice rotation RR scheduling process.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-08
    • 文件大小:621643
    • 提供者:ocracyhe
  1. round-robin-schedule

    0下载:
  2. 分治法 循环赛日程表 设计队伍之间的比赛安排-Divide and conquer design team round robin schedule arrangements between the competition
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:251517
    • 提供者:nthsChi
  1. round-robin-schedule

    0下载:
  2. 分治法 循环赛日程表 设计队伍之间的比赛安排-Divide and conquer design team round robin schedule arrangements between the competition
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-25
    • 文件大小:251564
    • 提供者:rnment
  1. Round-robin-algorithm

    0下载:
  2. 时间片轮转的操作系统进程调度算法,使用C++实现,测试可用-Operating system process scheduling algorithm round-robin, the use C++ implementation, testing available
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2977
    • 提供者:xingzhi
  1. C-round-robin-list-Josephus

    0下载:
  2. 数据结构实验求解Josephus问题,用C语言实现,单循环链表结构。-Experimental data structure to solve the Josephus problem, using C language, round robin list structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:850
    • 提供者:mafangyuan
  1. Round-Robin

    0下载:
  2. 时间片轮转算法:基于时间片轮转调度算法思想用C语言编程实现。-Round Robin
  3. 所属分类:OS Develop

    • 发布日期:2017-03-30
    • 文件大小:175105
    • 提供者:梅花鹿
  1. round-robin

    0下载:
  2. performs round robin operation
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-15
    • 文件大小:5817
    • 提供者:Trisha
  1. dm-round-robin

    0下载:
  2. Round-robin path selector for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1563
    • 提供者:buerayou
  1. Round-robin-scheduling-algorithm-RR

    1下载:
  2. 时间片轮转RR进程调度算法,已通过验证的代码,可正常运行,有注释-Round-robin scheduling algorithm RR process, content code, can runRR round-robin process scheduling algorithm has been validated code can be run properly, notes
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1523
    • 提供者:吕梦楠
« 1 2 34 5 6 7 8 9 10 ... 22 »
搜珍网 www.dssz.com